From: Glenn Morris Date: Fri, 17 Jun 2011 06:54:08 +0000 (-0700) Subject: Fix ChangeLog entry (no need to merge to trunk) X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~17^2~60 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=5eac3d86d27d06b159718920eee8dae4e93cad15;p=emacs.git Fix ChangeLog entry (no need to merge to trunk) --- diff --git a/src/ChangeLog b/src/ChangeLog index 69d30ab3fc0..1eedf2c9ce0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2011-06-16 Paul Eggert + + * nsmenu.m: Replace all uses of XVECTOR with ASIZE and AREF. (Bug#8839) + 2011-06-02 Dan Nicolaescu * emacs.c (main): Warn when starting a GTK emacs in daemon mode. @@ -127,11 +131,6 @@ * w32heap.c (allocate_heap) [USE_LISP_UNION_TYPE || USE_LSB_TAG]: New version that can reserve upto 2GB of heap space. -2011-04-27 Paul Eggert - - * nsmenu.m: Replace all uses of XVECTOR with ASIZE and AREF. - This makes this file independent of the recent pseudovector change. - 2011-04-26 Chong Yidong * nsfns.m (Fns_read_file_name): Doc fix (Bug#8534).